home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / ifp1s155.zip / PAGE_16.INF < prev    next >
Text File  |  1992-04-21  |  2KB  |  48 lines

  1.   This page gives low-level information about your current drive, and all
  2. real drives in your system.
  3.  
  4.   INFOPLUS will read the boot sector of the current drive. This gives
  5. information about that drive:
  6.  
  7. Media: The type of drive (Ramdisks may show up as anything.)
  8.  
  9. Sectors/cluster: The number of sectors that make up a cluster, the unit
  10.                  that DOS allocates disk space in.
  11.  
  12. Bytes/sector: How big those sectors are.
  13.  
  14. Reserved sectors: How many sectors are set aside for special use.
  15.  
  16. FATs: File Allocation Tables. DOS uses these tables to keep track of which
  17.       clusters are currently in use, free, or bad. Most disks have 2.
  18.  
  19. Sectors/FAT: How many sectors are needed to hold all the FAT information.
  20.  
  21. Root directory entries: How many files can be put in the root directory of
  22.                         the disk. Hard drives usually have 512.
  23.  
  24. Heads: How many read/write heads are on the disk.
  25.  
  26. Total sectors: The number of sectors on the drive.
  27.  
  28. Sectors/track: How many sectors are are on a track. In other words, the
  29.                number of pie wedges.
  30.  
  31. OEM name: A string that is usually in the boot record. Tells which version
  32.           of DOS formatted the disk.
  33.  
  34. Extended boot record: DOS 4 and newer supports an extended record that
  35.                       contains the volume lable, the serial number, and a
  36.                       FAT type string.
  37.  
  38. For each physical drive in the system, you can <DnArw> to get information
  39. on all the drives. Most of the information is the same as the above, with
  40. some extra information:
  41.  
  42. DPB valid: This lets you know if this information is any good.
  43.  
  44. Device header: The address of the driver for this disk.
  45.  
  46. Root directory sector: The sector where the root directory begins.
  47.  
  48.